home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
User Interface
/
General
/
MacMiNT
/
root.zoo
/
perl
/
macline
< prev
next >
Wrap
Text File
|
1993-10-03
|
162b
|
7 lines
# usage - perl -pi.bak macline <file...>
# convert text files from Mac to UNIX format.
# do not use under TOS file system.
binmode(select);
$/ = "\r";
s/\r/\n/g;